home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Oct 89 / Z0002-Printing several vi-Oct89 < prev    next >
Encoding:
Text File  |  1989-10-02  |  1.6 KB  |  45 lines  |  [TEXT/GEOL]

  1. Item    9555703                         2-Oct-89        10:45
  2.  
  3. From:   MADA.EUROPE                     MacApp Dev Assoc Europe, E Carrasco
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    Printing several views
  8.  
  9. Sub: Printing several views with MacApp's UPrinting
  10.  
  11. Hi all,
  12.  
  13.     I have a problem. I'd like to print on the Paper several views in a
  14. particular Layout that is differrent from the Display Layout.
  15.  
  16.     I have a spreatsheet-like Display, as the Calc Example, that
  17. consists in four views, the Main part, the Columns titles, the Rows
  18. titles and a Global Title. For the Printing I need to have on each
  19. page a part of the 4 views, for without that the printing result is
  20. unreadable.
  21.  
  22.     I have read in the MacApp documentation that it is not possible
  23. to do that, but it is necessary for my Application.
  24.  
  25.     I've tried to do that in the Adorn Method of the MainPrintHandler
  26. (the PrintHandler of the MainView). I call there a special Method
  27. (PrintPageOfView) of the PrintHandler of each other view. This Method is
  28. the same as PrintPage except that it does not call PrOpenPage nor
  29. PrClosePage. I also add fView.Focus in this Method, not to receive
  30. AssumedFocused Warnings.
  31.  
  32.     Everything seems to work well until I arrive to the PrClosePage of
  33. the MainPrintHandler.PrintPage that crashes with a Address Error
  34. (00FFFFFF) !
  35.  
  36.     Has anybody any ideas about this Problem? I would be very grateful
  37. towards him. Thank you.
  38.  
  39.     Note. In the Calc Example the Printing is bad, that's to say that it
  40. doesn't print the Columns and Rows Views. Maybe they have corrected that
  41. now. It is exactly my Problem !
  42.  
  43.         Father Vincent.
  44.  
  45.